@scrider/formatter 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2160,7 +2160,7 @@ function appendQueryParam(url, key, value) {
|
|
|
2160
2160
|
const next = query ? `${query}&${key}=${value}` : `?${key}=${value}`;
|
|
2161
2161
|
return `${base}${next}${hash}`;
|
|
2162
2162
|
}
|
|
2163
|
-
var CODE_WIDGET_IFRAME_ALLOW = "accelerometer; camera; encrypted-media; geolocation; gyroscope; microphone; midi; payment; usb;
|
|
2163
|
+
var CODE_WIDGET_IFRAME_ALLOW = "accelerometer; camera; encrypted-media; geolocation; gyroscope; microphone; midi; payment; usb; xr-spatial-tracking; cross-origin-isolated";
|
|
2164
2164
|
function renderEmbedIframeIsolationAttrs(context, kind) {
|
|
2165
2165
|
const opts = context?.embed;
|
|
2166
2166
|
const parts = [];
|